Standalone landing page + architecture reference; remove x402 Proxy section - #2
Open
Demali-876 wants to merge 2 commits into
Open
Standalone landing page + architecture reference; remove x402 Proxy section#2Demali-876 wants to merge 2 commits into
Demali-876 wants to merge 2 commits into
Conversation
Add a standalone marketing landing page at / (src/pages/index.astro); docs keep their existing routes. index.mdx removed so this page owns /. - Four live opentui terminal screens (tunnel/proxy/nodes/websocket) embedded as uniform, scroll-free iframes. Stripped the dead React/Tweaks scaffolding that 404'd on tweaks-panel.jsx and loaded React/Babel from unpkg; the vanilla live-sim scripts are unchanged. - Landing-matched dark theme wired into the Starlight docs (src/styles/custom.css), with Space Grotesk + JetBrains Mono loaded via Head.astro. - Conversion-focused section copy; demo acct "bob"; real slug host amber-otter.consensus.canister.software. - Park the fuller LAN-scan "Tunnel Setup" screen in opentui-drafts/ for later. - Stop tracking .claude/ agent worktrees (gitignore + untrack). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…roxy Landing page (src/pages/index.astro): - Networks section: real Ethereum/Solana/ICP logos, Mainnet labels - No-FUD section: pun header, three rewritten tiles (Integration / Configuration / Security), JS+TS runtime strip below the grid - Replace the Run-a-node section with a bottom CTA (spinning logo kept) - Uniform, tighter terminal-to-snippet spacing; WebSocket frame now auto-grows via MutationObserver so all rows stay visible (no scroll) - Responsive pass: stack all grids, wrap hero headline, tighten padding - Mobile nav: hamburger + tap-to-open dropdown menu - Node links repointed to /guides/node/, footer x402 Proxy link removed Docs: remove the x402 Proxy section (sidebar entry + content files). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ships a standalone marketing landing page that owns
/, plus the earlier canonical architecture/cross-repo reference, and removes the x402 Proxy docs section.Landing page (
src/pages/index.astro)MutationObserveras its live sim appends rows, so all data stays visible with no scrollbar (zoom:0.6suppressesResizeObserver)./guides/node/.Docs
CLAUDE.md(earlier commits).Verification
npm run buildsucceeds — 19 pages, no broken-link warnings.🤖 Generated with Claude Code